Skip to content

feat(desktop): improve agent activity header ui - #3321

Open
tellaho wants to merge 2 commits into
mainfrom
tho/activity-feed-header-polish
Open

feat(desktop): improve agent activity header ui#3321
tellaho wants to merge 2 commits into
mainfrom
tho/activity-feed-header-polish

Conversation

@tellaho

@tellaho tellaho commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Category: improvement
User Impact: Activity feeds now clearly identify the agent and keep update recency visible even when channel names are long.

Problem: The activity header led with a generic label, making it hard to tell which agent was in view, while channel scope and recency competed for limited horizontal space. Long channel names could hide the update timestamp entirely.

Solution: Lead with the resolved agent avatar and name, then place mode and scope in a truncating metadata region with recency pinned at the right edge. This preserves the compact two-line header while keeping the most important identity and freshness signals legible.

File changes

desktop/src/features/channels/ui/AgentSessionThreadPanel.tsx
Reorganizes the activity header around the agent identity, reuses the existing resolved profile avatar and label helpers, and separates scope truncation from the always-visible recency label.

desktop/tests/e2e/activity-scope-label-screenshots.spec.ts
Expands activity-header coverage across channel-scoped, all-channel, raw, long-name, and narrow layouts, including measured truncation and recency visibility.

Reproduction steps

  1. Open an agent's activity feed from a channel.
  2. Confirm the agent avatar and name lead the header.
  3. Open a feed scoped to a channel with a long name and resize the panel narrowly.
  4. Confirm the mode and channel scope truncate while the recency label remains visible at the right edge.
  5. Toggle Raw mode and open an all-channel feed to confirm the same hierarchy and truncation behavior.

Screenshots

Long channel Narrow layout
image image
Raw mode All channels
image image

npub1223z34hd7vtwc6qj4s7flsxkj644nlre2nthu7lrrmkumhu3xddsrx9r6w and others added 2 commits July 28, 2026 07:28
Co-authored-by: Taylor Ho <[email protected]>
Signed-off-by: Taylor Ho <[email protected]>
Co-authored-by: Taylor Ho <[email protected]>
Signed-off-by: Taylor Ho <[email protected]>
@tellaho
tellaho marked this pull request as ready for review July 28, 2026 16:45
@tellaho
tellaho requested a review from a team as a code owner July 28, 2026 16:45
@tellaho tellaho changed the title feat(desktop): clarify agent activity header feat(desktop): improve agent activity header Jul 28, 2026
@tellaho tellaho changed the title feat(desktop): improve agent activity header feat(desktop): improve agent activity header ui Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant